Register a Callback in the Registry
POST /registry/callback
Description
Register a callback in the registry.
Path Parameters
| Name | Type | Description |
|---|---|---|
| None | No parameters |
Request Body
- Content Type:
application/json
{}
Example
POST /registry/callback
Content-Type: application/json
{}
StartFragment
Response Code: 200 - OK
Description
OK.
Response Field
The response does not contain any specific fields.
Example
<response>
</response>
Method: POST
>http://20.87.230.105/platform/wallets/registry/callback
Headers
| Content-Type | Value |
|---|---|
| apiKey | {{apiKey}} |
Body (raw)
{}
🔑 Authentication bearer
| Param | value | Type |
|---|---|---|
| token | {{accessCode}} | string |
LANGUAGE
CURL REQUEST
curl --request POST \
--url /registry/callback \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!